@charset "utf-8";
/* CSS Document */
body {
      background:green;
	  color:black;
}
h6{
color:red;
font-size:80px;
font-family:"Times New Roman", Times, serif;
text-align:center;
background:yellow;
text-decoration: underline;
}